Add network configuration and restart policy
This commit is contained in:
@@ -9,3 +9,12 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtim:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- alpinedevnet
|
||||
|
||||
networks:
|
||||
alpinedevnet:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.50.0.0/24
|
||||
Reference in New Issue
Block a user