Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
techcow2 authored Aug 17, 2024
1 parent 4b4a8d1 commit a85bb89
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3.8'

services:
web:
build: .
ports:
- "8080:80"
volumes:
- .:/var/www/html
environment:
APACHE_RUN_USER: www-data
APACHE_RUN_GROUP: www-data
networks:
- netsim-network

networks:
netsim-network:
driver: bridge

0 comments on commit a85bb89

Please sign in to comment.