mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
docs(deployment): update compose example
This commit is contained in:
@@ -167,6 +167,9 @@ Here is an example compose file:
|
||||
portainer:
|
||||
image: portainer/portainer
|
||||
command: -H unix:///var/run/docker.sock
|
||||
restart: always
|
||||
ports:
|
||||
- 9000:9000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
|
||||
Reference in New Issue
Block a user