Reverse order and multiple log files handler
This commit is contained in:
@ -6,6 +6,7 @@ services:
|
||||
profiles:
|
||||
- app
|
||||
image: nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${WEB_PORT:-8030}:80"
|
||||
volumes:
|
||||
@ -18,6 +19,7 @@ services:
|
||||
profiles:
|
||||
- app
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./app:/app"
|
||||
- "./logs:/logs"
|
||||
|
Reference in New Issue
Block a user