Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored May 31, 2024
1 parent 4f96a6f commit 29b8f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ services:
- LOGLEVEL=INFO
volumes:
# adopt this one to point at a subdirectory of where your docker-compose.yml file is located:
- /opt/adsb/planefence/config:/usr/share/planefence/persist
- ./planefence/config:/usr/share/planefence/persist
# the following exposes the html directory to the host, in case you
# want to use an external http daemon (lighttpd, nginx, etc)
- /opt/adsb/planefence/html:/usr/share/planefence/html
- ./planefence/html:/usr/share/planefence/html
tmpfs:
- /run:rw,nosuid,nodev,exec,relatime,size=512M
- /tmp:rw,nosuid,nodev,noexec,relatime,size=128M
Expand Down

0 comments on commit 29b8f7c

Please sign in to comment.