Fix docker-compose.yml: remove extra dash in APP_PASSWORD line
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
-- APP_PASSWORD=${APP_PASSWORD}
|
||||
- APP_PASSWORD=${APP_PASSWORD}
|
||||
networks:
|
||||
- dokploy-network
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user