Updated Compose file
All checks were successful
/ Plan (push) Successful in 7s
/ Plan (pull_request) Successful in 50s

This commit is contained in:
Dan Hamik 2024-11-25 13:12:55 -06:00
parent 5b73d20751
commit 58703478e0

View File

@ -3,7 +3,8 @@ services:
image: git.hamik.net/paradizelost/librarynotices:latest
container_name: libnotices
restart: always
ports: 80
ports:
- "80:80"
volumes:
- "./libaccounts.json:/var/www/data/libaccounts.json"
- "./credentials:/root/.aws/credentials"