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