Skip to content

Commit a27bbbd

Browse files
committed
By having a 'restart: always' directive in the docker compose, the container seems to start after a reboot
1 parent faee970 commit a27bbbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

p2k16-label/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ services:
55
image: p2k16-label
66
stdin_open: true
77
tty: true
8+
restart: always

0 commit comments

Comments
 (0)