Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg authored Sep 3, 2024
1 parent 0fa0431 commit a971ab1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3.8'
services:
database:
image: mariadb:latest
image: docker.io/mariadb:latest
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
Expand All @@ -16,7 +15,7 @@ services:
vpcbr:
ipv4_address: 172.23.0.2
phpmyadmin:
image: phpmyadmin/phpmyadmin
image: docker.io/phpmyadmin/phpmyadmin
restart: unless-stopped
environment:
PMA_HOST: database
Expand Down

0 comments on commit a971ab1

Please sign in to comment.