diff options
-rw-r--r-- | docker-compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 6629c61..4cd8c5d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,5 +5,5 @@ services: volumes: - /path/on/system:/data ports: - - 5100:5000 - restart: always
\ No newline at end of file + - 6464:6464 + restart: unless-stopped
\ No newline at end of file |