Update ham-tools.yaml
parent
b83a606542
commit
1fbe38d481
|
@ -15,12 +15,13 @@ services:
|
||||||
# max-file: "3"
|
# max-file: "3"
|
||||||
|
|
||||||
hamdashboard:
|
hamdashboard:
|
||||||
image: michaelsteven/hamdashboard:1.0
|
image: hamdashboard-custom:latest
|
||||||
container_name: hamdashboard
|
container_name: hamdashboard
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
ports:
|
||||||
- /dockers/hamdashboard/config:/usr/share/nginx/html/config/
|
- "8080:8080"
|
||||||
- /dockers/hamdashboard/nginx:/etc/nginx/conf.d/
|
environment:
|
||||||
|
- TZ=America/New_York
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
|
|
Loading…
Reference in New Issue