added restart: unless-stopped to copyparty

This commit is contained in:
2025-11-04 11:36:55 +00:00
parent 5885611d6a
commit 8d5fbcf631
+1
View File
@@ -3,6 +3,7 @@ services:
copyparty: copyparty:
image: copyparty/ac:latest image: copyparty/ac:latest
container_name: copyparty container_name: copyparty
restart: unless-stopped
ports: ports:
- 3923:3923 - 3923:3923
volumes: volumes: