This commit is contained in:
root
2024-01-14 13:16:22 +00:00
parent d4997c6bdf
commit f6a9787333
5 changed files with 6 additions and 7 deletions

View File

@@ -9,8 +9,6 @@ services:
networks:
cyberhex-network:
ipv4_address: 192.168.178.2
# ports:
# - "3306:3306"
volumes:
- cyberhex-db-storage:/var/lib/mysql
@@ -31,7 +29,6 @@ services:
- ./cyberhex-code:/var/www/html
- ./apache-conf:/etc/apache2/sites-available
- ./certs:/etc/apache2/certs
networks:
cyberhex-network:
driver: bridge