update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
hawser:
|
||||
image: ghcr.io/finsys/hawser:latest
|
||||
container_name: hawser_agent
|
||||
ports:
|
||||
- "2376:2376"
|
||||
environment:
|
||||
- DOCKER_SOCKET=/var/run/docker.sock
|
||||
- TOKEN=sj8GwEiPz7hncCpZB69P01ValE9ayXpGwTY5AYQFYxo
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /home/miker/docker/dockhand/stack:/stack
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user