updated example docker compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2021-12-31 01:31:55 +01:00
parent a302434683
commit f5d79ac323

View File

@ -6,6 +6,7 @@ services:
build: . build: .
container_name: s3-proxy container_name: s3-proxy
environment: environment:
- name=value - S3_ENDPOINT=s3.idontknow.com
- S3_BUCKET=public
ports: ports:
- 3000:3000 - 3000:3000