forked from sk1982/actaeon
fix: docker compose port order
This commit is contained in:
parent
f72ea26a55
commit
1605d921d0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user