mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 10:27:16 +08:00
adds docker-compose.yml
This commit is contained in:
13
bitnami/apache/docker-compose.yml
Normal file
13
bitnami/apache/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
apache:
|
||||
image: 'bitnami/apache:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
volumes:
|
||||
- 'apache_data:/bitnami/apache'
|
||||
volumes:
|
||||
apache_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user