Browse Source

update singleton container name to singleton

master
Charles Reid 7 years ago
parent
commit
f822aa0ca2
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -1,6 +1,6 @@
version: "3.1" version: "3.1"
services: services:
stormy_nginx_subs: singleton_nginx_subs:
restart: always restart: always
image: nginx image: nginx
command: /bin/bash -c "nginx -g 'daemon off;'" command: /bin/bash -c "nginx -g 'daemon off;'"

Loading…
Cancel
Save