mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-25 00:12:19 +00:00
fix image reference
This commit is contained in:
parent
c4191993c1
commit
c78b5efa35
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ services:
|
||||||
phpipam-agent:
|
phpipam-agent:
|
||||||
container_name: phpipam-agent
|
container_name: phpipam-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: jbowdre/phpipam-agent:latest
|
image: ghcr.io/jbowdre/phpipam-agent:latest
|
||||||
environment:
|
environment:
|
||||||
- IPAM_DATABASE_HOST=ipamhost.local
|
- IPAM_DATABASE_HOST=ipamhost.local
|
||||||
- IPAM_DATABASE_NAME=phpipam
|
- IPAM_DATABASE_NAME=phpipam
|
||||||
|
|
Loading…
Reference in a new issue