mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(templates): use port from env variable
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
networks:
|
||||
- dokploy-network
|
||||
ports:
|
||||
- 2368
|
||||
- ${GHOST_PORT}
|
||||
environment:
|
||||
database__client: mysql
|
||||
database__connection__host: db
|
||||
|
||||
Reference in New Issue
Block a user