Skip to content

Commit

Permalink
added configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
afdaniele committed Aug 5, 2020
1 parent d0709b2 commit 3f14896
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion configurations.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
version: '1.0'

configurations: {}
configurations:
default:
restart: never
network_mode: host
volumes:
- /data:/data
- /data:/root/data
- /code:/root/code
# avahi socket
- /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket

0 comments on commit 3f14896

Please sign in to comment.