fix: docker compose port order

This commit is contained in:
sk1982 2024-04-07 06:44:25 -04:00
parent f72ea26a55
commit 1605d921d0
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ services:
- DATABASE_URL=mysql://aime:aime@127.0.0.1:3306/aime
- NEXTAUTH_SECRET=[insert_random_string_here]
ports:
- 3000:1430
- 1430:3000
restart: unless-stopped