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

Added container restart automatically

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