Skip to content
Snippets Groups Projects
Commit 260aee82 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Added container restart automatically

parent ee020190
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ services: ...@@ -7,6 +7,7 @@ services:
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
restart: unless-stopped
volumes: volumes:
- type: bind - type: bind
source: ./output source: ./output
......
...@@ -6,6 +6,7 @@ services: ...@@ -6,6 +6,7 @@ services:
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
restart: unless-stopped
volumes: volumes:
- type: bind - type: bind
source: ./output source: ./output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment