Skip to content

Commit 450c881

Browse files
authored
Update docker-compose.yml
Make restart: unless-stopped a default.
1 parent b1a2434 commit 450c881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ services:
88
# Define the port mapping (external:internal port)
99
ports:
1010
- "2323:8000"
11-
11+
restart: unless-stopped
1212
mem_limit: 1g
1313
cpus: 1

0 commit comments

Comments
 (0)