You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
382 B
17 lines
382 B
version: "3.3"
|
|
services:
|
|
httpd:
|
|
image: httpd:latest
|
|
volumes:
|
|
- ./httpd.conf:/usr/local/apache2/conf/httpd.conf:ro
|
|
- ./.htdigest:/usr/local/apache2/conf/.htdigest:ro
|
|
networks:
|
|
default_net:
|
|
ipv4_address: 172.16.1.5
|
|
networks:
|
|
default_net:
|
|
driver: bridge
|
|
ipam:
|
|
driver: default
|
|
config:
|
|
- subnet: 172.16.1.1/27 # 1-30
|
|
|