Skip to content

Commit 4762701

Browse files
authored
Update docker-compose.prod.yml
1 parent b843a5e commit 4762701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
running_on_dart:
44
image: ghcr.io/nyxx-discord/running_on_dart:4.10.1
55
container_name: running_on_dart
6-
restart: unless_stopped
6+
restart: unless-stopped
77
depends_on:
88
- db
99
env_file:
@@ -12,7 +12,7 @@ services:
1212
db:
1313
image: postgres:17
1414
container_name: running_on_dart_db
15-
restart: unless_stopped
15+
restart: unless-stopped
1616
env_file:
1717
- stack.env
1818
volumes:

0 commit comments

Comments
 (0)