Skip to content

Commit

Permalink
Add network mode, privileged and volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Jun 26, 2019
1 parent 0f1c5e4 commit 8a884ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ services:
gladys:
image: gladysassistant/gladys:4.0.0-alpha-arm
restart: always
privileged: true
network: host
environment:
NODE_ENV: production
SQLITE_FILE_PATH: /var/lib/gladysassistant/gladys-production.db
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/gladysassistant:/var/lib/gladysassistant
- /dev:/dev
ports:
- '80:1443'
- '443:1443'
Expand Down

0 comments on commit 8a884ef

Please sign in to comment.