Remove version tag from Nummi image in Docker Compose configuration
All checks were successful
Build and push Docker image / build (push) Successful in 1m35s
All checks were successful
Build and push Docker image / build (push) Successful in 1m35s
This commit is contained in:
parent
530e6eaf47
commit
100773c958
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
nummi:
|
nummi:
|
||||||
image: code.edgarpierre.fr/edpibu/nummi:main
|
image: code.edgarpierre.fr/edpibu/nummi
|
||||||
container_name: nummi
|
container_name: nummi
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue