Skip to content

Commit e28309b

Browse files
authored
Added mount for config
Resolves #111. TODO: Stop running docker as root... Unsure what backwards-compatibility implications would be.
1 parent 9f638e9 commit e28309b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
container_name: pastehunter
66
volumes:
77
- ./logs:/usr/src/pastehunter/logs
8+
- ~/.config/pastehunter.json:/root/.config/pastehunter.json
89
networks:
910
esnet:
1011
ipv4_address: 172.16.10.11

0 commit comments

Comments
 (0)