mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
adds command instruction to docker-compose files
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
myapp:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:latest
|
||||
command: npm start
|
||||
environment:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=postgres://postgres@postgresql/my_app_development
|
||||
|
||||
Reference in New Issue
Block a user