Skip to content

Commit 9ae92ed

Browse files
committed
fix restart value and remove command
1 parent d6aa0df commit 9ae92ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.s3-http-proxy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ services:
33
s3-http-proxy:
44
container_name: ddev-${DDEV_SITENAME}-s3-http-proxy
55
image: codemonauts/s3-http-proxy
6-
command: tail -f /dev/null
76
networks: [default, ddev_default]
8-
restart: "yes"
7+
restart: "always"
98
# These labels ensure this service is discoverable by ddev.
109
labels:
1110
com.ddev.site-name: ${DDEV_SITENAME}

0 commit comments

Comments
 (0)