get rid of unneeded volumes
Some checks failed
/ Plan (push) Failing after 1m45s

This commit is contained in:
Dan Hamik 2024-11-26 10:01:47 -06:00
parent 249c97ce8e
commit b6f433d13c

View File

@ -4,6 +4,4 @@ services:
container_name: libnotices container_name: libnotices
restart: always restart: always
ports: ports:
- "80:80" - "80:80"
volumes:
- "./credentials:/var/www/.aws/credentials"