fix accidental cap folding
This commit is contained in:
parent
c416b7ee17
commit
41ac3c6696
@ -26,7 +26,7 @@ services:
|
|||||||
mode: 0555
|
mode: 0555
|
||||||
entrypoint: &entrypoint /usr/local/bin/entrypoint.sh
|
entrypoint: &entrypoint /usr/local/bin/entrypoint.sh
|
||||||
# entrypoint: &entrypoint ['tail', '-f', '/dev/null']
|
# entrypoint: &entrypoint ['tail', '-f', '/dev/null']
|
||||||
volumes: &appvolume
|
volumes: &appVolume
|
||||||
- app:/opt/mastodon/public/system
|
- app:/opt/mastodon/public/system
|
||||||
#healthcheck:
|
#healthcheck:
|
||||||
#
|
#
|
||||||
@ -174,7 +174,7 @@ services:
|
|||||||
configs: *configs
|
configs: *configs
|
||||||
entrypoint: *entrypoint
|
entrypoint: *entrypoint
|
||||||
secrets: *secrets
|
secrets: *secrets
|
||||||
networks: *bothNetworks
|
networks: *bothnetworks
|
||||||
deploy:
|
deploy:
|
||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
@ -199,7 +199,7 @@ services:
|
|||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
order: start-first
|
order: start-first
|
||||||
networks: *bothNetworks
|
networks: *bothnetworks
|
||||||
volumes: *appVolume
|
volumes: *appVolume
|
||||||
environment: *env
|
environment: *env
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user