Skip to content

Commit c692552

Browse files
committed
Atualizar imagens Docker para usar o repositório ghcr.io/marcelofmatos/phpnetmap:latest
1 parent dce6130 commit c692552

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-multiple-servers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proxy:
1010

1111

1212
server1:
13-
image: marcelofmatos/phpnetmap
13+
image: ghcr.io/marcelofmatos/phpnetmap:latest
1414
environment:
1515
- VIRTUAL_HOST=server1.example.com
1616
- ADMIN_USER=admin1
@@ -19,7 +19,7 @@ server1:
1919

2020

2121
server2:
22-
image: marcelofmatos/phpnetmap
22+
image: ghcr.io/marcelofmatos/phpnetmap:latest
2323
environment:
2424
- VIRTUAL_HOST=server2.example.com
2525
- ADMIN_USER=admin2
@@ -28,7 +28,7 @@ server2:
2828

2929

3030
server3:
31-
image: marcelofmatos/phpnetmap
31+
image: ghcr.io/marcelofmatos/phpnetmap:latest
3232
environment:
3333
- VIRTUAL_HOST=server3.example.com
3434
- ADMIN_USER=admin3

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example to use single server
22
server:
3-
image: marcelofmatos/phpnetmap
3+
image: ghcr.io/marcelofmatos/phpnetmap:latest
44
environment:
55
- ADMIN_USER=admin
66
- ADMIN_PASSWORD=pnm

0 commit comments

Comments
 (0)