Skip to content

Commit

Permalink
fix problem on fedora silverblue
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Apr 28, 2024
1 parent 0875b56 commit 39fdb21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
version: '2'

# ONLY USE FOR DEV

services:
portainer:
build: .
privileged: true
container_name: portainer
hostname: portainer
ports:
- 9443:9443
- 9000:9000
volumes:
- ./data:/data
- ./data:/data:Z
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit 39fdb21

Please sign in to comment.