Rename our local pizzly-server container so it doesn’t clash with the Pizzly repo

This commit is contained in:
Matt Aitken
2023-01-04 09:21:10 +00:00
parent 84e10b349a
commit fde138c854
+1 -2
View File
@@ -30,7 +30,7 @@ services:
- app_network
pizzly-server:
image: nangohq/pizzly-server:0.4.3
container_name: pizzly-server
container_name: trigger-pizzly-server
restart: always
env_file:
- .docker/pizzly-server.env
@@ -60,7 +60,6 @@ services:
tty: true
stdin_open: true
restart: always
networks:
app_network: