Update Docker

This commit is contained in:
Louis Lam
2023-11-11 23:43:53 +08:00
parent d55d7c62a2
commit ab48866ae6
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ services:
# Host Port : Container Port
- 5001:5001
volumes:
# If you want to use private registries, you need to share the auth file with Dockge:
# - /root/.docker/:/root/.docker
# Docker Socket
- /var/run/docker.sock:/var/run/docker.sock
# Dockge Config