mirror of
https://asciireactor.com/otho/industry-website.git
synced 2024-11-24 13:55:08 +00:00
Reactivated apache.
This commit is contained in:
parent
988d4aa01d
commit
8c9142d5db
@ -51,16 +51,16 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./.data/gitea-db:/var/lib/postgresql/data
|
- ./.data/gitea-db:/var/lib/postgresql/data
|
||||||
|
|
||||||
# apache:
|
apache:
|
||||||
# image: httpd:2.4
|
image: httpd:2.4
|
||||||
# container_name: apache
|
container_name: apache
|
||||||
# restart: always
|
restart: always
|
||||||
# environment:
|
environment:
|
||||||
# - VIRTUAL_HOST=www.othoulrich.com,othoulrich.com
|
- VIRTUAL_HOST=www.othoulrich.com,othoulrich.com
|
||||||
# networks:
|
networks:
|
||||||
# - proxy
|
- proxy
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./htdocs:/usr/local/apache2/htdocs
|
- ./htdocs:/usr/local/apache2/htdocs
|
||||||
|
|
||||||
####################################3
|
####################################3
|
||||||
## nginx proxy
|
## nginx proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user